Revision: tla--devo--1.3--patch-28
Archive: lord@emf.net--2004
Creator: Tom Lord <lord@emf.net>
Date: Fri Jun 25 15:13:12 PDT 2004
Standard-date: 2004-06-25 22:13:12 GMT
Modified-files: ChangeLog libarch/inode-sig.c
New-patches: lord@emf.net--2004/tla--devo--1.3--patch-28
Summary: [NOTE] fix for revlibs vs. NFS
Keywords: 


This patch purports to fix the long standing issue 
in which revlibs are icky on some NFS set-ups because
of inode signatures.

Inode signatures _had_ been watching for revlib corruption by watching
various inode fields including "st_dev".

Under some NFS set-ups, "st_dev" is not stable.

This change skips the "st_dev" comparison and handles existing
inode signature files that record it.  

